-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: consolidate all ABI Sway programs #3171
chore: consolidate all ABI Sway programs #3171
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@nedsalk could you give this a pre-review please 🙏🏼 If you're happy put it in ready for review :) |
packages/fuel-gauge/test/fixtures/forc-projects/abi-contract/Forc.toml
Outdated
Show resolved
Hide resolved
LGTM, it's exhaustive and possibly repetitive, so we can maybe slim it down as we write tests with it and notice possible repetitions. |
packages/fuel-gauge/test/fixtures/forc-projects/abi-contract/Forc.toml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondeful work, we should definitely refactor other fuel-gauge
tests to use this, speed up pretest
CodSpeed Performance ReportMerging #3171 will improve performances by 39.09%Comparing Summary
Benchmarks breakdown
|
8eb9316
into
np/feat/abi-refactor
Summary
Consolidates all
abi-typegen/*
andabi-coder/exhaustive-example
Sway programs intoabi-contract
,abi-predicate
andabi-script
.Added two lists below which are the original test location (with method) and their destination location.
Abi Typegen
Exhaustive example
Checklist